DevForce Help Reference
EntityQueriedAsyncEventArgs<T> Class
Members 


Entity type
Arguments to the completion handler specified for an ExecuteQueryAsync<T>(IEntityQuery<T>) call and to an Queried event handler.
Object Model
EntityQueriedAsyncEventArgs<T> ClassIEntityQuery Interface
Syntax
'Declaration
 
Public Class EntityQueriedAsyncEventArgs(Of T) 
   Inherits IdeaBlade.EntityModel.BaseEntityQueriedEventArgs(Of QueryResult(Of T))
   Implements INotifyCompletedArgs 
'Usage
 
Dim instance As EntityQueriedAsyncEventArgs(Of T)
Type Parameters
T
Entity type
Remarks
If you have subscribed to the Queried event, your handler will receive an instance of EntityQueriedEventArgs for both synchronous and asynchronous query operations.

If you have called EntityManager.ExecuteQueryAsync, the Completed event handler will be called with an instance of EntityQueriedEventArgs representing the results of the query operation.

Inheritance Hierarchy

System.Object
   System.EventArgs
      IdeaBlade.EntityModel.AsyncEventArgs
         IdeaBlade.EntityModel.AsyncEventArgs<TResult>
            IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<T>
               IdeaBlade.EntityModel.EntityQueriedAsyncEventArgs<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityQueriedAsyncEventArgs<T> Members
IdeaBlade.EntityModel Namespace

Send Feedback